home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / DEMOS / HEAVY2 / Heavy2.exe / hg2net.ini < prev    next >
INI File  |  1998-05-08  |  980b  |  23 lines

  1. [debug]
  2. ;pktloss=00        ; Set to 0 normally, to 20 to simulate internet on LAN
  3. ;bitsPerSec=28800; Set to 0 normally; Simulated modem speed, bits per second
  4. ;backbone_ms=50  ; Set to 0 normally; Simulated inter-isp latency, milliseconds
  5.  
  6.                 ; Which message types will we write?
  7. All=1                ; All
  8. Warning=1            ; Those starting with "WARNING: "
  9. OnceWarning=0        ; All, once we've had "WARNING: "
  10. Error=1                ; Those starting with "ERROR: "
  11. OnceError=0            ; All, once we've had "ERROR: "
  12. At=0                ; Those starting with the '@' character
  13. DumpBuffer=0        ; All DUMP_BUFFER and DUMP_COMM_PACKET
  14. IfEnabled=0            ; All, while debugPrintingEnabled is true
  15.                 ; Where will we write them?  Choose EXACTLY one.
  16. ToNull=0            ; Nowhere
  17. ToStdout=0            ; To standard out
  18. ToMono=0            ; To monochrome monitor
  19. ToLog=1                ; To log file; may lose data if we crash
  20. ToALog=0            ; To log file atomically
  21. ToALogScr=0            ; To log file atomically; errors to screen
  22. Logfile=dp.log        ; Debugging log file name
  23.